home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / text / tex / dvipdfm.readme < prev    next >
Text File  |  2002-06-09  |  3KB  |  75 lines

  1. Short:    A DVI to PDF translator with zlib support
  2. Author:   mwicks@kettering.edu (Mark A. Wicks), Amiga port by uploader
  3. Uploader: polluks@sdf.lonestar.org (Stefan Haubenthal)
  4. Version:  0.13.2b
  5. Type:     text/tex
  6. Requires: TeX font tree (e.g. Meeting_Pearls_IV), zlib-library or just "-z 0"
  7.  
  8.    This is dvipdfm, a DVI to PDF translator.  I wrote this mainly as
  9. exercise to get at the features of PDF I wanted to experiment with. You're
  10. probably wondering why I don't use PDFTeX.  I am a bit of a purist and I
  11. would rather use TeX unmodified as Donald Knuth left it.
  12. You can get it or the manual from
  13.  
  14.     http://odo.kettering.edu/dvipdfm
  15.  
  16. or if you prefer FTP:
  17.  
  18.     ftp://ftp.kettering.edu/pub/outgoing/mwicks/dvipdfm
  19.     
  20.  
  21.    Features:
  22.       - TeX \special's that approximate the functionality 
  23.         of the PostScript pdfmarks used by Adobe's
  24.     Acrobat Distiller.  Links, outlines, articles, and named
  25.     destinations are supported, for example.
  26.  
  27.       - Ability to include PDF, JPEG, PNG, MetaPost, and self-contained
  28.     (e.g., eps) PostScript (with help from an external program) files as
  29.     embedded images.  For PDF files, only the first page is included.
  30.     Resources will be embedded from the original file as necessary.
  31.     File inclusion does not work for PDF files that store the page
  32.     contents in several segments in an array.
  33.  
  34.       - Support for several \special standards for
  35.         DVI file portability.
  36.  
  37.       - Support for thumbnails (with a little help from GhostScript).
  38.     
  39.       - Re-encoding support for PostScript fonts.  dvipdfm
  40.         uses the same .enc files as dvips.  The mapfile is different.
  41.     
  42.       - Virtual font support.    
  43.     
  44.       - Support for arbitrary linear graphics transformations.
  45.         Any material on the page can be scaled and rotated.
  46.  
  47.       - An internal color stack accessible via \special's.
  48.  
  49.       - Beginning of page (BOP) and end of page (EOP)
  50.         \special's for placing arbitrary PDF stream
  51.     graphics on every page.
  52.     
  53.       - Partial font embedding and Flate compression
  54.         for reduced file size.
  55.     
  56.       - Balanced page tree and dest tree to improve reader
  57.         speed on very large documents.
  58.  
  59.    Limitations (at present):
  60.  
  61.       - Contents streams consisting of multiple parts cannot be embedded.
  62.       - All instances of the same Type1 font must have the same encoding.
  63.      
  64.    Additional Information:
  65.    
  66.    There is a dvipdfm e-mail list.  To join, send
  67. e-mail to majordomo@gaspra.kettering.edu containing
  68. the line:
  69.  
  70.    subscribe dvipdfm
  71.     
  72.    Mark A. Wicks
  73.    Kettering University
  74.    mwicks@kettering.edu
  75.